home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 211
- ClientWidth = 205
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 205
- Height = 211
- Align = alClient
- BevelInner = bvLowered
- BorderWidth = 1
- BorderStyle = bsSingle
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 7
- Width = 185
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Date Range Selection'
- end
- object Bevel3: TBevel
- Left = 8
- Top = 16
- Width = 185
- Height = 9
- Shape = bsBottomLine
- end
- object CurrentDate: TLabel
- Left = 112
- Top = 157
- Width = 77
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Color = clBtnFace
- Font.Color = clYellow
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Interval: TRadioGroup
- Left = 8
- Top = 40
- Width = 73
- Height = 117
- Caption = ' Interval'
- ItemIndex = 0
- Items.Strings = (
- 'Day'
- 'Week'
- 'Month'
- 'Year')
- TabOrder = 0
- OnClick = IntervalClick
- end
- object OKBtn: TButton
- Left = 16
- Top = 176
- Width = 73
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 112
- Top = 176
- Width = 73
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = CancelBtnClick
- end
- object GroupBox1: TGroupBox
- Left = 88
- Top = 40
- Width = 105
- Height = 113
- TabOrder = 3
- object Label1: TLabel
- Left = 8
- Top = 15
- Width = 89
- Height = 16
- AutoSize = False
- Caption = 'From'
- end
- object Label2: TLabel
- Left = 8
- Top = 64
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'Through'
- end
- object DateSelect1: TDateSelect
- Left = 8
- Top = 32
- Width = 89
- Height = 26
- Date_Format = Mdyy
- Date_Interval = dsDay
- Date_Type = dsFirst
- DateCode = 728494.000000000000000000
- CalColor = clSilver
- CalEnabled = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object DateSelect2: TDateSelect
- Left = 8
- Top = 81
- Width = 89
- Height = 26
- Date_Format = Mdyy
- Date_Interval = dsDay
- Date_Type = dsLast
- DateCode = 728494.000000000000000000
- CalColor = clSilver
- CalEnabled = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- end
- end
- end
-